home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / Pov / POVTOOLS / MACHINE / IBMPC / DJGCC / MAKEFIX.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-11-25  |  115 b   |  8 lines

  1. masm gccfix;
  2. link gccfix;
  3. exe2bin gccfix;
  4. del gccfix.com
  5. ren gccfix.bin *.com
  6. del gccfix.exe
  7. del gccfix.obj
  8.